From: Raspbian forward pporter Date: Mon, 26 Jun 2017 23:20:57 +0000 (+0100) Subject: Merge version 1:3.8.1-23+rpi1 and 1:3.8.1-24 to produce 1:3.8.1-24+rpi1 X-Git-Tag: archive/raspbian/1%3.8.1-24+rpi1^0 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d42f6ef7dbd4fe808978d9a982f77e3450e7531b;p=llvm-toolchain-3.8.git Merge version 1:3.8.1-23+rpi1 and 1:3.8.1-24 to produce 1:3.8.1-24+rpi1 --- d42f6ef7dbd4fe808978d9a982f77e3450e7531b diff --cc debian/changelog index 84b64996,f44f44af..94d165ca --- a/debian/changelog +++ b/debian/changelog @@@ -1,28 -1,13 +1,39 @@@ - llvm-toolchain-3.8 (1:3.8.1-23+rpi1) stretch-staging; urgency=medium ++llvm-toolchain-3.8 (1:3.8.1-24+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 1:3.8-2+rpi1 by Peter Michael Green at Sat, 14 May 2016 21:43:35 +0000] + * Pass armv6-* as triplet rather than arm-* to hopefully stop llvm toolchain + assuming armv7. (didn't work, it appears that Debian isn't currently using + the autoconf based build). + * Cleanup .pyc files in clean target. + * Add a hack to the cmake based build to force armv6 (unfortunately the cmake + based build relies on config.guess which assumes you want to build for the + hardware you are running on). + * Remove -march=armv7-a in compiler-rt/cmake/config-ix.cmake + * Add -DCOMPILER_RT_BUILD_BUILTINS=OFF to disable parts of compiler-rt that + are broken on lower arm architectures. + [changes introduced in 1:3.8.1-12+rpi1 by Peter Michael Green] + * Disable testsuite, it seems to be crashing buildboxes. + + [changes brought forward from 1:3.8.1-12+rpi2 by Peter Michael Green at Mon, 03 Oct 2016 22:58:38 +0000] + * Really disable testsuite. + + [changes introduced in 1:3.8.1-17+rpi1 by Peter Michael Green] + * Remove more crap in clean target. + * Force creation of debian/man. + * Set config.guess.hack back to mode 644 in clean target to keep dgit happy. + - -- Raspbian forward porter Thu, 04 May 2017 21:43:22 +0000 ++ -- Raspbian forward porter Mon, 26 Jun 2017 23:20:55 +0000 ++ + llvm-toolchain-3.8 (1:3.8.1-24) unstable; urgency=medium + + * Team upload + * debian/patches/fix-R_AARCH64_MOVW_UABS_G3-relocation.patch: + fix relocation issue, preventing Julia from working correctly on + arm64 (Closes: #862360, #861484) + * debian/patches/asan-48bit-VMA-aarch64.patch: + - fix asan testsuite hang with some arm64 builders. + + -- Gianfranco Costamagna Fri, 02 Jun 2017 15:11:29 +0200 llvm-toolchain-3.8 (1:3.8.1-23) unstable; urgency=medium diff --cc debian/patches/series index 1d8ba0b1,c0cb8590..62c0d5da --- a/debian/patches/series +++ b/debian/patches/series @@@ -57,6 -57,5 +57,8 @@@ clang-arm-default-vfp3-on-armv7a.patc lldb-server-path.diff lldb-server-link.diff add_symbols_versioning.patch + fix-R_AARCH64_MOVW_UABS_G3-relocation.patch + asan-48bit-VMA-aarch64.patch +cmake-arm-version-hack.patch +remove-more-crap-in-clean-target +use-dpkg-architecture-instead-of-config.